ci/build-check: Remove unused-command-line-argument diagnostic
authorRobert Fairley <rfairley@redhat.com>
Wed, 19 Jun 2019 20:04:39 +0000 (16:04 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 21 Jun 2019 13:17:10 +0000 (13:17 +0000)
commit35cce4972e24c99fd90c5be02e403c2d42825dd5
treea48d94382e351ccf3d486ee497a5f502635968b5
parent46da9356a718db838e783bebf2383faf2ea2ec2a
ci/build-check: Remove unused-command-line-argument diagnostic

Since `clang-4.0` is no longer being used, it should be safe to remove
use of this diagnostic for clang. This enables using `gcc` as a workaround
for `g-ir-scanner`, as `unused-command-line-argument` is not recognized by
`gcc`.

See: https://github.com/ostreedev/ostree/pull/1871#issuecomment-503765624

Closes: #1871
Approved by: jlebon
ci/build-check.sh